﻿.w1200 {
    width: 1200px;
    margin: 0 auto;
}

.label1 {
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    cursor: pointer;
}

.label1 .label2 {
    display: block;
    cursor: pointer;
}

.plist .label1,
.plist .label2 {
    cursor: default;
}

.label1 .label2 .pagination {
    display: inline-block;
}

li {
    /* list-style: none; */
}

a,
a:hover {
    color: #333333;
    text-decoration: none;
}

h5 {
    font-weight: normal;
}

.hide {
    display: none;
}

.phone {
    display: none;
}

.shouphone {
    display: block;
}

.w1600 {
    width: 83.3%;
    margin: 0 auto;
}

.mod_div {
    position: fixed;
    top: 100px;
    right: 0;
    z-index: 1000;
}

.mod_div a {
    position: absolute;
    right:-185px;
    width: 232px;
    box-sizing: border-box;
    margin: 6px 0;
    height: 50px;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    line-height: 50px;
    font-size: 16px;
    color: #fff;
    padding-left: 50px;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}

.mod_div a.dh_a {
    background: url(../images/dh.png) no-repeat 10px center #056063;
    top: 0;
}

.mod_div a.kf_a {
    background: url(../images/kf.png) no-repeat 10px center #056063;
    top: 60px;
}

@media (min-width: 1200px) {
    .mod_div a:hover {
        right: 0;
    }
}

.header {
    height: 90px;
    position: fixed;
    width: 100%;
    background: #fff;
    box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.38);
    z-index: 99;
    top: 0;
    left: 0;
}

.header .logo {
    top: 18px;
    left: 14px;
    position: absolute;
}

.header .navbox {
    width: 940px;
    margin: 0 auto;
}

.navbox li {
    float: left;
    font-size: 18px;
    color: #4a5970;
    margin-right: 40px;
}

.navbox li a.ntit {
    color: #056063;
    line-height: 90px;
    display: block;
    text-align: center;
}

.navbox li:hover a.ntit,
.navbox li.on a.ntit {
    color: #0b8f77;
}

.navbox li .subnav-box {
    display: none;
    position: absolute;
    left: 0;
    top: 90px;
    width: 100%;
    padding: 24px 0;
    background: rgba(255, 255, 255, 0.85);
    background: url(../images/subnav_bg.png) repeat;
    z-index: 999;
}

.navbox li .subnav-box .subnav {
    width: 1200px;
    margin: 0 auto;
}

.navbox li .subnav .tips {
    width: 275px;
    margin-left: 28px;
    font-size: 12px;
    line-height: 18px;
    color: #7d7d7d;
}

.navbox li .subnav .tips p.fz16 {
    font-size: 18px;
    line-height: 22px;
    color: #056063;
    margin-bottom: 15px;
}

.navbox li .subnav .tips p.en {
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 28px;
    color: #0061ae;
}

.navbox li .subnav .list {
    width: 356px;
    margin-top: 3px;
}

.navbox li .subnav .list a {
    float: left;
    display: inline-block;
    width: 156px;
    border-bottom: 1px solid #d2d2d2;
    border-radius: 0;
    margin: 4px 0 0 22px;
    font-size: 16px;
    line-height: 36px;
    color: #535353;
    text-align: left;
}

.navbox li .subnav .list a:hover {
    background: none;
    color: #0061ae;
}

.header .right {
    position: absolute;
    right: 0;
    line-height: 90px;
}

.header .right span {
    font-size: 16px;
    color: #4a5970;
    display: inline-block;
    float: left;
    margin-right: 20px;
}

.header .right span a {
    color: #4a5970;
    display: inline-block;
}

.header .right span i {
    color: red;
    font-style: normal;
}

.header .right a.lan {
    display: inline-block;
    background: url(../images/index_ic01.png) no-repeat left center;
    padding-left: 26px;
    color: #4a5970;
    text-transform: uppercase;
    margin: 0 15px;
    float: left;
}

.header .right span.hsearch {
    height: 48px;
    width: 60px;
    background: url(../images/index_ic02.png) no-repeat center center;
    border-left: 1px solid #9099a8;
    margin-top: 22px;
    cursor: pointer;
}

.header .right .link_div {
    height: 30px;
    overflow: hidden;
    background: url(../images/index_ic01.png) no-repeat 8px 5px #fff;
    padding-left: 32px;
    padding-right: 2px;
    margin-top: 30px;
    margin-right: 10px;
    float: left;
    border: 1px solid #ccc;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}

.header .right .link_div:hover {
    height: 90px;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
}

.header .right .link_div p {
    font-size: 14px;
}

.header .right .link_div p span {
    display: block;
    height: 30px;
    line-height: 30px;
    color: #4a5970;
}

.header .right .link_div p a {
    width: 30px;
    text-align: center;
    display: block;
    height: 30px;
    line-height: 30px;
    color: #4a5970;
}

.search {
    position: absolute;
    top: 95px;
    right: 10%;
    z-index: 99;
    width: 190px;
    border: 1px solid #999;
    border-radius: 10px;
    display: none;
    background: #fff;
}

.search input {
    display: block;
    background: none;
    border: none;
}

.search #skey {
    width: 160px;
    text-indent: 1em;
    font-size: 14px;
    color: #999;
    height: 30px;
    line-height: 30px;
}

.search #sbtn {
    position: absolute;
    background: url(../images/index_ic02.png) no-repeat center center;
    top: 5px;
    right: 5px;
    width: 20px;
    height: 20px;
    background-size: 20px;
}

.header .phone-wrap {}

.header .phone-nav-btn {
    float: right;
    width: 60px;
    height: 60px;
    border: none;
    background-color: transparent;
    padding: 0;
    padding-top: 5px;
    outline: none;
}

.header .phone-nav-btn span {
    display: block;
    width: 40px;
    height: 4px;
    background-color: #0080fc;
    margin-left: calc(50% - 20px);
    margin-bottom: 9px;
    transition: all .5s ease-out;
    transform-origin: 0 0;
}

.header .phone-nav-btn.active {
    background: #0080fc;
}

.header .phone-nav-btn.active span {
    background: #fff;
}

.header .phone-nav-btn.active span:nth-child(2) {
    opacity: 0;
}

.header .phone-nav-btn.active span:first-child {
    transform: rotate(45deg) translate(5px, -5px);
}

.header .phone-nav-btn.active span:last-child {
    transform: rotate(-45deg) translate(1px, 4px);
}

.header .phone-menu-wrap {
    position: fixed;
    height: calc(100% - 60px);
    background-color: #0080fc;
    width: 100%;
    left: 0;
    top: 60px;
    display: none;
    overflow: scroll;
}

.header .phone-menu-wrap .wrap .phone-nav-item .title {
    font-size: 20px;
    color: #ffffff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    cursor: pointer;
    transition: all .5s ease-out;
    background-color: transparent;
    text-align: left;
}

.header .phone-menu-wrap .wrap .phone-nav-item .title span,
.header .phone-menu-wrap .wrap .phone-nav-item .title a.ptit {
    display: block;
    line-height: 64px;
    width: 90%;
    margin: 0 auto;
    background: url("../images/phone_arrow_down.png") no-repeat right center;
    color: #fff;
}

.header .phone-menu-wrap .wrap .phone-nav-item .title a.ptit {
    background: none;
}

.header .phone-menu-wrap .wrap .phone-nav-item .title.active span {
    background-image: url("../images/phone_arrow_up.png");
}

.header .phone-menu-wrap .wrap .phone-nav-item .menu {
    display: none;
}

.header .phone-menu-wrap .wrap .phone-nav-item .menu a {
    display: block;
    font-size: 18px;
    color: #ffffff;
    line-height: 62px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    padding: 0 8%;
    transition: all .5s ease-out;
}

.iban {
    position: relative;
    overflow: hidden;
    clear: both;
    width: 100%;
    margin-top: 90px;
    vertical-align: top;
}

.iban ul {
    position: relative;
    width: 100%;
    padding-bottom: 39%;
}

.iban li {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
}

.iban li a {
    display: block;
}

.iban li img {
    width: 100%;
}

.iban .btns {
    position: absolute;
    left: 50%;
    bottom: 115px;
    height: 12px;
}

.btns span {
    display: inline-block;
    width: 15px;
    height: 21px;
    border-radius: 50%;
    margin-right: 10px;
    border: 1px solid transparent;
    background: none;
    background: url(../images/iban_btn.png) no-repeat center;
    transition: all 0.5s;
}

.btns span,
.banner .swiper-pagination-bullet {
    width: 15px;
    height: 21px;
    background: url(../images/iban_btn.png) no-repeat center;
}

.btns span.cur,
.banner .swiper-pagination-bullet-active {
    background: url(../images/iban_btn_h.png) no-repeat center;
}

.iban .iban_bg {
    position: absolute;
    background: url(../images/banner_bg.png) no-repeat center;
    width: 100%;
    height: 80px;
    bottom: 0;
    left: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-transition: -webkit-transform 1s ease;
    transition: -webkit-transform 1s ease;
    transition: transform 1s ease;
    transition: transform 1s ease, -webkit-transform 1s ease;
    -webkit-transition: transform 1s ease;
}

.trans {
    -webkit-transform: rotateX(90deg);
    transform: rotateX(90deg);
}

.banner .swiper-pagination-bullet {
    opacity: 1;
}

.banner {
    margin-top: 60px;
}

.banner img {
    display: block;
    width: 100%;
}

.ivideo-wrap {
    margin: 70px auto 0;
    position: relative;
    background: url(../images/index_ic04.png) no-repeat right bottom;
    padding-bottom: 100px;
}

.ivideo-wrap .left {
    width: 570px;
}

.ivideo-wrap .ivideo-tit {
    background: url(../images/itit_bg.png) no-repeat left center;
    height: 87px;
    line-height: 87px;
}

.ivideo-tit span {
    display: inline-block;
    position: relative;
    text-transform: uppercase;
    font-size: 14px;
    color: #056063;
    margin-left: 42px;
}

.ivideo-tit span:after {
    position: absolute;
    content: "";
    after: "after";
    display: block;
    width: 26px;
    height: 2px;
    background: #056063;
    bottom: 25px;
    left: 0;
}

.itit {
    font-size: 36px;
    color: #056063;
    margin-left: 20px;
    /*padding: 15px 0 25px;*/
    padding: 1% 0 3%;
}

.ivideo-wrap .left p {
    font-size: 16px;
    color: #666666;
    text-indent: 2em;
    text-align: justify;
    text-justify: inter-ideograph;
}

.imore {
    display: block;
    width: 115px;
    height: 40px;
    line-height: 40px;
    background: #056063 url(../images/index_ic05.png) no-repeat center center;
    border-radius: 30px;
    margin-top: 45px;
    transition: all 0.5s;
}

.imore:hover {
    background-position: 88% center;
}

.ivideo-wrap .right {
    margin-top: 195px;
    margin-right: 15px;
    width: 550px;
    position: relative;
}

.ivideo-wrap .right .img {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: auto;
}

.ivideo-wrap .right .img img {
    display: block;
    width: 100%;
    box-shadow: 0px 10px 24px 0px rgba(20, 19, 19, 0.1);
    transition: all 0.5s;
}

.ivideo-wrap .right .img span {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -26.5px;
    margin-left: -37.5px;
    /*box-shadow: 0px 10px 24px 0px rgba(20, 19, 19, 0.32);*/
    background: url(../images/index_ic03.png) no-repeat center;
    width: 75px;
    height: 53px;
    transition: all 0.5s;
}

.ivideo-wrap .right video {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    background: #333;
}

.ivideo-wrap .right:hover .img span {
    transform: scale(0.9, 0.9);
}

.ivideo-wrap .right:hover .img img {
    transform: scale(1.1, 1.1);
}

.iproduct-wrap {
    position: relative;
}

.iproduct-wrap .bg {
    /*background: url(../images/ipro_bg.jpg) no-repeat  center center;
	height: 660px;*/
    width: 100%;
    position: relative;
}

.iproduct-wrap .bg img {
    display: block;
    width: 100%;
}

.iproduct-wrap .bg .tips {
    position: absolute;
    left: 50%;
    margin-left: -600px;
    top: 50%;
    transform: translate(0, -50%);
    color: #fff;
}

.iproduct-wrap .bg .tips h5 {
    font-size: 36px;
}

.iproduct-wrap .bg .tips p {
    font-size: 24px;
    line-height: normal;
}

.iproduct-wrap .bg .tips p.en {
    text-transform: uppercase;
    font-size: 18px;
}

.iproduct-wrap .bg .tips .imore {
    margin-top: 70px;
    border: 2px solid #fff;
    background-color: transparent;
    transition: all 0.5s;
}

.iproduct-wrap .bg .tips .imore:hover {
    border-color: transparent;
    background-color: #0080fc;
}

.ipro-sort {
    position: absolute;
    height: 165px;
    box-shadow: 0px 1px 32px 0px rgba(44, 44, 44, 0.4);
    border-radius: 5px;
    bottom: -85px;
    background: #fff;
    width: 1200px;
    left: 50%;
    margin-left: -600px;
}

.ipro-sort li {
    float: left;
    width: 16.66%;
    margin-top: 27px;
    text-align: center;
    background: #fff;
    position: relative;
    transition: all 0.5s;
}

.ipro-sort li:after {
    position: absolute;
    content: "";
    after: "after";
    width: 1px;
    height: 98px;
    background: #eeeeee;
    right: 0;
    top: 0;
}

.ipro-sort li span {
    display: block;
    width: 100%;
    transition: all 0.5s;
}

.ipro-sort li p {
    color: #999999;
    line-height: normal;
    font-size: 12px;
    /*word-spacing: -5px;*/
}

.ipro-sort li p.iptit {
    font-size: 16px;
    color: #0f5c88;
    text-transform: uppercase;
}

.ipro-sort li .more {
    display: none;
    background: url(../images/ipro_more.png) no-repeat center;
    height: 34px;
    transition: all 0.5s;
    margin-top: 10px;
}

.ipro-sort li:nth-child(1) span {
    background: url(../images/index_ic06.png) no-repeat center 0;
    height: 55px;
    margin: 5px 0 15px;
    background-size: auto 110px;
}

.ipro-sort li:nth-child(2) span {
    background: url(../images/index_ic07.png) no-repeat center 0;
    height: 45px;
    margin: 15px 0 15px;
    background-size: auto 90px;
}

.ipro-sort li:nth-child(3) span {
    background: url(../images/index_ic077.png) no-repeat center 0;
    height: 55px;
    margin: 10px 0 10px;
    /* background-size: auto 90px; */
    background-size: 51px auto;
}

.ipro-sort li:nth-child(4) span {
    background: url(../images/index_ic08.png) no-repeat center 0;
    height: 40px;
    margin: 20px 0 15px;
    background-size: auto 80px;
}

.ipro-sort li:nth-child(5) span {
    background: url(../images/index_ic09.png) no-repeat center 0;
    height: 40px;
    margin: 20px 0 15px;
    background-size: auto 80px;
}

.ipro-sort li:nth-child(6) span {
    background: url(../images/index_ic10.png) no-repeat center 0;
    height: 50px;
    margin: 10px 0 15px;
    background-size: auto 100px;
}

.ipro-sort li:nth-child(7) span {
    background: url(../images/index_ic11.png) no-repeat center 0;
    height: 50px;
    margin: 10px 0 15px;
    background-size: auto 100px;
}

.ipro-sort li:nth-child(7) {
    float: right;
}

.ipro-sort li:nth-child(7):after {
    display: none;
}

.ipro-sort li:nth-child(7) span {
    background: url(../images/index_ic12.png) no-repeat center 0;
    height: 43px;
    margin: 20px 0 15px;
}

.ipro-sort li:hover {
    background: #056063;
    height: 179px;
    border-radius: 10px;
    margin-top: -18px;
    padding-top: 20px;
}

.ipro-sort li:hover:after {
    display: none;
}

.ipro-sort li:hover p,
.ipro-sort li:hover p.iptit {
    color: #fff;
}

.ipro-sort li:hover .more {
    display: block;
}

.ipro-sort li:hover:nth-child(1) span {
    background-position: center -55px;
}

.ipro-sort li:hover:nth-child(2) span {
    background-position: center -45px;
}

.ipro-sort li:hover:nth-child(3) span {
    background-position: center -56px;
}

.ipro-sort li:hover:nth-child(4) span {
    background-position: center -40px;
}

.ipro-sort li:hover:nth-child(5) span {
    background-position: center -40px;
}

.ipro-sort li:hover:nth-child(6) span {
    background-position: center -50px;
}

.ipro-sort li:hover:nth-child(7) span {
    background-position: center -46px;
}

.ipro-sort li:hover:nth-child(7) span {
    background-position: center -43px;
}

.ipro-sort-phone {
    border-top: 1px solid #dcdcdc;
}

.ipro-sort-phone li {
    float: left;
    width: 50%;
    box-sizing: border-box;
    border-bottom: 1px solid #dcdcdc;
    border-right: 1px solid #dcdcdc;
    text-align: center;
    padding: 10px 0 20px;
    vertical-align: top;
    list-style: none;
}

.ipro-sort-phone li:nth-child(2n) {
    border-right: transparent;
}

.ipro-sort-phone li span {
    display: block;
    width: 100%;
    height: 80px;
}

.ipro-sort-phone li p {
    font-size: 24px;
    color: #0F5C88;
    text-transform: uppercase;
    line-height: normal;
}

.ipro-sort-phone li p.en {
    font-size: 20px;
    color: #999999;
    text-transform: initial;
}

.ipro-sort-phone li:nth-child(1) span {
    background: url(../images/index_ic06.png) no-repeat center top;
    background-size: auto 180%;
}

.ipro-sort-phone li:nth-child(2) span {
    background: url(../images/index_ic07.png) no-repeat center top;
    background-size: auto 180%;
}

.ipro-sort-phone li:nth-child(3) span {
    background: url(../images/index_ic08.png) no-repeat center top;
    background-size: auto 180%;
}

.ipro-sort-phone li:nth-child(4) span {
    background: url(../images/index_ic09.png) no-repeat center top;
    background-size: auto 180%;
}

.ipro-sort-phone li:nth-child(5) span {
    background: url(../images/index_ic10.png) no-repeat center top;
    background-size: auto 180%;
}

.ipro-sort-phone li:nth-child(6) span {
    background: url(../images/index_ic11.png) no-repeat center top;
    background-size: auto 180%;
}

.ipro-sort-phone li:nth-child(7) span {
    background: url(../images/index_ic12.png) no-repeat center top;
    background-size: auto 180%;
}

.ipro-sort-phone li:last-child {
    width: 100%;
}

.inews-wrap {
    margin-top: 120px;
}

.inews-wrap .w1200 {
    position: relative;
}

.inews-sort {
    position: absolute;
    right: 0;
    top: 50px;
}

.inews-sort a {
    display: block;
    font-size: 14px;
    color: #3e3e3e;
    width: 115px;
    border-right: 1px solid #bfbfbf;
    line-height: normal;
    text-align: center;
    float: left;
    cursor: pointer;
}

.inews-sort a:hover,
.inews-sort a.on {
    color: #0080fc;
}

.inews-sort a:last-child {
    border-right: transparent;
}

.inews-list .bd li {
    float: left;
    width: 385px;
    line-height: normal;
    margin: 0 7px 24px;
    transition: 0.5s;
}

.inews-list .bd li:hover .pic {
    transform: scale(1.1);
}

.inews-list .bd li .img,
.inews-list-phone li .img {
    width: 100%;
    height: 245px;
    overflow: hidden;
}

.inews-list .bd li .img .pic {
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    transition: 0.5s;
}

.inews-list .bd li .img img,
.inews-list-phone li .img img {
    display: block;
    width: 100% !important;
    /* height: 100%; */
    height: auto !important;
    transition: all 0.5s;
}

.inews-list .bd li .inews-info {
    background: #fff;
    padding: 25px 40px;
    width: 305px;
    height: 165px;
    transition: all 0.5s;
}

.inews-info span {
    display: block;
}

.inews-info span.date {
    font-size: 16px;
    color: #999999;
    font-weight: lighter;
}

.inews-info h5,
.inews-list-phone li h5 {
    font-size: 16px;
    color: #333333;
    margin: 10px 0;
}

.inews-info p {
    color: #666666;
    line-height: 20px;
    transition: all 0.5s;
}

.inews-info span.more {
    color: #103760;
    margin-top: 10px;
    transition: all 0.5s;
}

.inews-list .bd li:hover {
    box-shadow: 0px 10px 10px 0px rgba(140, 140, 140, 0.35);
}

.inews-list .bd li:hover .img img {
    transform: scale(1.1, 1.1);
}

.inews-list .bd li:hover .inews-info h5,
.inews-list .bd li:hover .inews-info span.more {
    color: #0080fc;
}

.inews-list .hd ul {
    width: 100%;
    overflow: hidden;
    zoom: 1;
    text-align: center;
    margin-top: 60px;
}

.inews-list .hd ul li {
    overflow: hidden;
    margin-right: 15px;
    text-indent: -999px;
    cursor: pointer;
    display: inline-block;
}

.inews-list .hd ul li,
.inews-list-phone .swiper-pagination-bullet {
    width: 15px;
    height: 21px;
    background: url(../images/index_ic13.png) no-repeat center;
}

.inews-list .hd ul li.on,
.inews-list-phone .swiper-pagination-bullet-active {
    background: url(../images/iban_btn_h.png) no-repeat center;
}

.inews-wrap .inmore {
    position: absolute;
    display: block;
    width: 115px;
    height: 35px;
    line-height: 35px;
    color: #fff;
    text-align: center;
    background: #056063 url(../images/index_ic14.png) no-repeat 82% center;
    border-radius: 20px;
    right: 0;
    bottom: 15px;
    transition: all 0.5s;
}

.inews-wrap .inmore:hover {
    background-position: 92% center;
}

.inews-list-phone li .img {
    height: auto;
}

.inews-list-phone .swiper-pagination {
    position: relative;
    margin-top: 3%;
    opacity: 1;
}

.foot_servie {
    margin: 25px auto 10px;
    padding: 15px 0 0px 0;
    border-top: 1px solid #d2d2d2;
}

.gpdm {
    float: left;
    width: 45%;
}

.gpdm li {
    float: left;
    width: 33%;
    color: #333;
}

.gpdm li b {
    font-size: 18px;
    font-weight: normal;
    display: block;
}

.gpdm li p {
    font-size: 24px;
    font-weight: bold;
    margin-top: 5px;
}

@font-face {
    font-family: 'iconfont';
    src: url('iconfont.eot');
    /* IE9*/
    src: url('iconfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('iconfont.woff') format('woff'), /* chrome、firefox */
    url('iconfont.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
    url('iconfont.svg#iconfont') format('svg');
    /* iOS 4.1- */
}

.iconfont {
    font-family: "iconfont" !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}

.color_red {
    color: #F00;
}

.color_green {
    color: #096;
}

.ft_tel {
    float: right;
    width: 290px;
    color: #333;
    font-size: 18px;
}

.ft_tel span {
    display: block;
    margin-bottom: 15px;
}

.ft_tel h1 {
    font-size: 24px;
    color: #333333;
    line-height: 36px;
    font-weight: bolder;
    color: #056063;
}

.ft_tel h1 span {
    color: #666666;
    font-size: 18px;
    display: inline-block;
    font-weight: normal;
}

.footer {
    background: #666;
}

.ftop .left {}

.ftop .left dl {
    float: left;
    margin-left: 84px;
    margin-top: 40px;
}

.ftop .left dl dt {
    font-size: 18px;
    color: #fff;
    margin-bottom: 15px;
}

.ftop .left dl dd a {
    display: block;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.49);
    line-height: 30px;
}

.ftop .left dl dd a:hover {
    color: rgba(0, 128, 252, 0.49);
}

.ftop .right {
    margin-right: 15px;
    text-align: center;
    margin-top: 25px;
   /* width: 100%;*/
}

.ftop .right li {
    display: inline-block;
    margin: 0 10px;
}

.ftop .right img {
    display: block;
    margin: 0 auto;
}

.ftop .right p {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.49);
    line-height: 36px;
}

.footer .fcopy {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
    text-align: center;
    border-top: 1px solid rgba(191, 191, 191, 0.59);
    margin-top: 15px;
    padding: 1% 2%;
}

.fcopy a {
    color: rgba(255, 255, 255, 0.8);
    ;
}

.fcopy a:hover {
    color: #0080fc;
}

.sbanner {
    position: relative;
    margin-top: 90px;
    vertical-align: top;
}

.sbanner img {
    display: block;
    width: 100%;
}

.sbanner .tips {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 50%;
    transform: translate(0, -50%);
    font-size: 36px;
    color: #fff;
    display: none;
}

.sbanner .tips span {
    display: inline-block;
    position: relative;
}

.sbanner .tips span:after,
.sbanner .tips span:before {
    position: absolute;
    content: "";
    width: 239px;
    height: 3px;
    top: 50%;
    margin-top: -1.5px;
    background: #fff;
}

.sbanner .tips span:after {
    right: -276px;
}

.sbanner .tips span:before {
    left: -276px;
}


/*关于*/

.navigation {
    height: 70px;
    line-height: 70px;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.18);
}

.navigation .box {
    height: 100%;
    background: url(../images/about_ic01.png) no-repeat left 25px;
    padding-left: 25px;
    box-sizing: border-box;
}

.navigation .box a {
    color: #555353;
    font-size: 16px;
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
}

.navigation .box a:hover,
.navigation .box a:last-child {
    color: #056063;
}

.about-wrap {
    width: 68%;
    margin: 2% auto 0;
    position: relative;
}

.about-wrap .left {
   /* width: 42%;*/
}

.about-wrap .left .detail {
    color: #666666;
    font-size: 16px;
}

.about-wrap .left .detail p {
    text-indent: 2em;
    text-align: justify;
    text-justify: inter-ideograph;
}

.about-wrap .right {
    margin-left: 5%;
    width: 48.5%;
}

.about-wrap .right p {
    font-size: 16px;
    line-height: normal;
}

.about-wrap .right p span {
    color: #0080fc;
    font-size: 36px;
}

.about-wrap .right .img {
    width: 100%;
    position: relative;
    margin-top: 5%;
}

.about-wrap .right .img img {
    display: block;
    width: 100%;
}

.about-wrap .right .img video {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background: #333;
}

.about-wrap .en {
    text-align: right;
    font-size: 140px;
    font-family: arial;
    color: rgba(153, 153, 153, 0.05);
    line-height: normal;
}

.about-history {
    background: url(../images/about_02.jpg) no-repeat center;
    width: 100%;
    height: 590px;
    position: relative;
}


/*.por{
    position: relative;
}
.poa{
    position: absolute;
}*/

.about-history .line {
    left: 0;
    top: 50%;
    width: 100%;
    height: 2px;
    background: #fff;
    margin-top: -1px;
    z-index: 1;
    position: absolute;
}

.about-history .list-box {
    position: relative;
}

.about-history .list-box ul {
    width: 1040px;
    height: 590px;
    margin: 0 auto;
    position: relative;
}

.about-history .list-box li {
    width: 100%;
    font-size: 13px;
    line-height: 20px;
    color: #cee5fa;
    position: relative;
    height: 590px;
    float: left;
}

.about-history .list-box li .top {
    position: absolute;
    height: 295px;
    top: 0;
    width: 100%;
}

.about-history .list-box li .top .con {
    position: absolute;
    bottom: 0;
    background: url(../images/bg_line02.png) no-repeat left top;
    padding-left: 32px;
    width: 220px;
    left: 30px;
    min-height: 176px;
}

.about-history .list-box li .top .con:nth-child(2) {
    left: 360px;
}

.about-history .list-box li .top .con:last-child {
    left: 690px;
}

.about-history .list-box li h2 {
    font-size: 36px;
    line-height: 50px;
    color: #fff;
}

.about-history .list-box li.cur h2 {
    font-weight: bold;
    font-size: 46px;
    line-height: 60px;
}

.about-history .list-box li img {
    display: block;
    max-width: 100%;
    margin: 18px 0;
}

.about-history .list-box li .bot {
    position: absolute;
    height: 295px;
    bottom: 0;
    width: 100%;
}

.about-history .list-box li .bot .con {
    position: absolute;
    top: 0;
    background: url(../images/bg_line03.png) no-repeat left -79px;
    padding-left: 32px;
    width: 220px;
    padding-top: 30px;
    left: 115px;
    min-height: 176px;
}

.about-history .list-box li .bot .con:nth-child(2) {
    left: 445px;
}

.about-history .list-box li .bot .con:last-child {
    left: 770px;
}

.about-history .btn {
    top: 50%;
    width: 37px;
    height: 37px;
    margin-top: -18.5px;
    cursor: pointer;
    z-index: 2;
    position: absolute;
}

.about-history .btn.prev {
    left: 0;
    background: #115989 url(../images/prev01.png) no-repeat;
}

.about-history .btn.next {
    right: 0;
    background: #228cb3 url(../images/next01.png) no-repeat;
}

.history-list {}

.history-list li {
    background: #fff;
    width: 100%;
    margin-bottom: 3%;
}

.history-list li h2 {
    padding: 0 2%;
    background: #e8e8e8;
    font-size: 16px;
    line-height: 2;
    color: #035cac;
    font-weight: bold;
}

.history-list li .detail {
    width: 94%;
    padding: 3%;
    font-size: 14px;
    line-height: 22px;
    color: #7c7c7c;
}

.about-bot {
    width: 68%;
    margin: 0 auto;
    font-size: 16px;
    color: #666666;
    padding: 3% 0;
}

.about-bot p {
    font-size: 16px;
    color: #666666;
    text-indent: 2em;
}

.company-wrap {
    background: url(../images/about_08.png) no-repeat left bottom;
    margin-top: 1%;
}

.company-wrap .w1600 {
    background: url(../images/about_06.jpg) no-repeat top center;
    padding: 112px 0 30px;
}

.company-wrap .company-area {
    margin-bottom: 5%;
    text-align: right;
}

.company-area .box {
    display: inline-block;
    border-top: 1px solid #6b6e6f;
    border-bottom: 1px solid #6b6e6f;
    margin-right: 60px;
    padding: 20px 15px 20px 0;
}

.company-area a {
    display: inline-block;
    font-size: 18px;
    color: #666666;
    margin-left: 15px;
    cursor: pointer;
}

.company-area a:hover,
.company-area a.on {
    color: #0061ae;
}

.res-tit {
    position: relative;
    line-height: normal;
    height: 172px;
    margin-bottom: 35px;
    margin-top: 15px;
}

.res-tit:after {
    position: absolute;
    content: "";
    after: "after";
    width: 100%;
    height: 1px;
    background: #313131;
    bottom: 72px;
    left: 0;
}

.res-tit strong {
    display: block;
    font-size: 130px;
    color: #efefef;
}

.res-tit span {
    font-size: 30px;
    color: #333333;
    display: block;
    position: absolute;
    bottom: 31px;
    right: 0;
    font-family: ""
}

.company-list {
    width: 72%;
    margin: 0 auto;
}

.company-list li {
    overflow: hidden;
}

.company-list li .img {
    width: 34.3%;
}

.company-list li .img img {
    display: block;
    width: 100%;
}

.company-list li .right {
    width: 56.5%;
    margin-top: 5%;
}

.company-list li .right p {
    font-size: 16px;
    color: #666666;
    line-height: 24px;
    text-indent: 2em;
}

.company-list li .img-phone {
    width: 100%;
}

.company-list li:nth-child(2n) .img {
    float: right;
}

.company-list li:nth-child(2n) .right {
    float: left;
}

.page {
    width: 100%;
    height: 60px;
    display: table;
    margin: 50px 0 30px;
}

.page a {
    padding: 3px 14px;
    height: 30px;
    display: block;
    float: left;
    margin-left: 10px;
    background: #cccccc;
    font-size: 14px;
    line-height: 30px;
    color: #fff;
    margin-top: 8px;
    transition: all 0.5s;
    border-radius: 5px;
}

.page a.active,
.page a:hover {
    background: #0061ae;
}

.honor-wrap {
    margin-bottom: 3%;
}

.honor-list .line {
    padding: 3% 0;
    width: 100%;
    clear: both;
}

.honor-list hr {
    clear: both;
    border: none;
    width: 100%;
    height: 1px;
    background: #b5b5b5;
}

.honor-list li {
    float: left;
    width: 30.3%;
    margin: 0 1.5%;
    text-align: center;
}

.honor-list li .img {
    position: relative;
    display: block;
    width: 100%;
    padding-bottom: 70%;
    border: 3px solid #0061ae;
    box-sizing: border-box;
    box-shadow: 0px 4px 9px 0px rgba(4, 0, 0, 0.34);
}

.honor-list li .img img {
    position: absolute;
    width: auto;
    height: auto;
    max-width: 98%;
    max-height: 98%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.honor-list li p {
    font-size: 18px;
    color: #333;
    margin-top: 20px;
}

.honor-btn {
    overflow: hidden;
    position: relative;
}

.honor-btn:after {
    position: absolute;
    content: "";
    width: 1px;
    height: 54px;
    background: #bfbfbf;
    right: 7.5%;
}

.honor-btn a {
    display: block;
    width: 55px;
    height: 54px;
    float: right;
    box-shadow: -2.463px 3.152px 9px 0px rgba(4, 0, 0, 0.2);
    border-radius: 50%;
    transition: all 0.5s;
    margin-bottom: 3%;
}

.honor-btn a.prev {
    background: url(../images/honor_prev.png) no-repeat center 0;
    margin-left: 70%;
    border-right: 1px solid #bfbfbf;
    margin-right: 5%;
}

.honor-btn a.next {
    background: url(../images/honor_next.png) no-repeat center 0;
    margin-right: 5px;
}

.honor-btn a.prev:hover,
.honor-btn a.next:hover {
    background-position: center -54px;
}

.honor-list-phone i {
    position: relative;
    display: block;
    width: 100%;
    padding-bottom: 64%;
    border: 3px solid #0061ae;
    box-sizing: border-box;
    box-shadow: 0px 4px 9px 0px rgba(4, 0, 0, 0.34);
    overflow: hidden;
}

.honor-list-phone i img {
    position: absolute;
    width: auto;
    height: auto;
    max-width: 98%;
    max-height: 98%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: 0.5s;
    -webkit-transition: 0.5s;
}

.honor-list-phone i:hover img {
    -webkit-transform: translate(-50%, -50%) scale(1.1);
    transform: translate(-50%, -50%) scale(1.1);
}

.honor-list-phone p {
    font-size: 18px;
    color: #333;
    margin-top: 20px;
    text-align: center;
}

.about-culture {
    background: url(../images/about_09.png) no-repeat top center;
    border-top: 1px solid #d5d5d5;
    padding: 3% 0;
    border-bottom: 1px solid #d5d5d5;
    padding-bottom: 3%;
}

.about-culture .culture {
    width: 920px;
    margin: 0 auto;
}

.culture li {
    width: 25%;
    position: relative;
    overflow: hidden;
    float: left;
    list-style: none;
}

.culture li:after {
    position: absolute;
    content: "";
    border: 1px solid #000c96;
    height: 90%;
    width: 90%;
    left: 5%;
    bottom: 0;
    opacity: 0;
    transform: scale(0.2, 0.2);
    transition: all 0.5s;
}

.culture li .img {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.culture li .img img {
    display: block;
    width: 100%;
    transition: all 0.5s;
}

.culture li .img p {
    position: absolute;
    width: 100%;
    text-align: center;
    font-size: 18px;
    color: #fff;
    opacity: 0;
    transition: all 0.5s;
    bottom: 3%;
}

.culture li .txt {
    position: relative;
    padding: 65px 0 30px;
    width: 100%;
    text-align: center;
}

.culture li .txt span {
    display: block;
    font-size: 18px;
    color: #666666;
    text-align: center;
    position: relative;
    padding-bottom: 10px;
}

.culture li .txt span:after {
    position: absolute;
    content: "";
    width: 32px;
    height: 3px;
    background: #aaaaaa;
    left: 50%;
    margin-left: -16px;
    bottom: 0;
    transition: all 0.5s;
}

.culture li:nth-child(2n):after {
    top: 0;
}

.culture li:nth-child(2n) .img {}

.culture li:nth-child(2n) .img p {
    top: 3%;
}

.culture li:hover:after {
    opacity: 1;
    transform: scale(1, 1);
}

.culture li:hover span:after {
    width: 0;
}

.culture li:hover p {
    opacity: 1;
}

.culture li:hover .img img {
    transform: scale(1.1, 1.1);
}

.about-society li {
    float: left;
    width: 29.5%;
    margin-bottom: 3%;
    margin-left: 2%;
}

.about-society li .img {
    width: 100%;
}

.about-society li .img img {
    display: block;
    width: 100%;
    transition: all 0.5s;
}

.about-society li .soc-info {
    background: #fbfbfb;
    padding: 2% 7% 4%;
    font-weight: lighter;
    font-size: 14px;
    color: #666666;
}

.soc-info h5 {
    color: #333333;
    font-size: 16px;
    height: 64px;
    overflow: hidden;
}

.soc-info span {
    display: block;
}

.soc-info span.date {
    margin-bottom: 5px;
}

.soc-info p {
    line-height: normal;
}

.soc-info span.more {
    width: 27px;
    height: 27px;
    background: url(../images/about_ic02.png) no-repeat center 0;
    margin-top: 10px;
    transition: all 0.5s;
}

.about-society li:hover .soc-info span.more {
    background-position: center -27px;
}

.about-society .page a {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    line-height: 32px;
    padding: 0;
    font-size: 18px;
    color: #0061ae;
}

.about-society .page a:hover,
.about-society .page a.active {
    color: #fff;
}

.psbanner .tips {
    color: #666;
}

.psbanner .tips span:before,
.psbanner .tips span:after {
    background: #666;
}

.pro-wrap .pro-top {
    background: #f2f2f2;
    padding: 3% 0 2%;
}

.pro-wrap .product {
    width: 80%;
    margin: 0 auto;
}

.pro-wrap li {
    /* list-style: disc; */
}

.product li {
    overflow: hidden;
    background: #fff;
    padding: 2%;
    position: relative;
    margin-bottom: 2%;
}

.product li:before {
    display: block;
    position: absolute;
    content: "";
    border-bottom: 2px solid #999999;
    width: 100%;
    left: 0;
    bottom: 0;
}

.product li:after {
    position: absolute;
    content: "";
    background: url(../images/pro_ic01.png) no-repeat center;
    width: 62px;
    height: 60px;
    right: 2%;
    bottom: 10px;
    opacity: 0.2;
    transform: translateX(200px);
    transition: all 0.5s;
}

.product li .img {
    width: 24.85%;
    overflow: hidden;
    margin-right: 8%;
}

.product li .img img {
    display: block;
    width: 100%;
    transition: all 0.5s;
}

.product li .right {
    width: 67%;
    margin-top: 2%;
}

.product li .right h5 {
    font-size: 18px;
    color: #056063;
}

.product li .right p {
    font-size: 14px;
    color: #999999;
}

.product li .right .pro-sort {
    margin-left: 10%;
}

.pro-sort a {
    font-size: 18px;
    color: #666;
    display: inline-block;
    width: 32%;
    margin-bottom: 1%;
    margin-top: 2%;
    line-height: normal;
    vertical-align: top;
}

.pro-sort a:hover {
    color: #0080fc;
}

.product li:hover:before {
    border-color: #056063;
    -webkit-animation: index6 1s ease;
    -moz-animation: index6 1s ease;
    -ms-animation: index6 1s ease;
    -o-animation: index6 1s ease;
    animation: index6 1s ease;
}

.product li:hover:after {
    transform: translate(0);
}

.product li:hover .img img {
    transform: scale(1.1, 1.1);
}

.product li.sh .pro-sort a {
    font-size: 16px;
}

.pro-type {
    text-align: right;
}

.pro-type li {
    margin-left: 15px;
    display: inline-block;
    margin-bottom: 3%;
    font-size: 16px;
}

.pro-type li a {
    color: #4a5970;
    margin-right: 15px;
}

.pro-type li:hover a,
.pro-type li.on a {
    color: #0080fc;
}

.plist .top {
    width: 100%;
    height: 60px;
    line-height: 60px;
    background: #0080fc;
    text-align: center;
    margin-bottom: 3%;
}

.plist .top li {
    padding: 10px 0;
    display: inline-block;
    background: transparent;
    height: 60px;
    width: 170px;
    position: relative;
    margin-top: -12px;
    border-radius: 5px;
    font-size: 16px;
    transition: all 0.5s;
    text-align: center;
}

.plist .top li a {
    display: block;
    color: #fff;
}

.plist .top li:hover,
.plist .top li.on {
    background: #fff;
    box-shadow: 0px 3px 13px 0px rgba(0, 0, 0, 0.54);
}

.plist .top li:hover a,
.plist .top li.on a {
    color: #0080fc;
}

.list1 li {
    background: transparent;
    padding: 0 3% 0 5%;
    position: relative;
    color: #666;
    height: 120px;
    display: table;
    width: 92%;
    transition: all 0.5s;
    border-bottom: 1px solid #dcdcdc;
}

.list1 li .label1 {
    text-align: left;
}

.list1 li .tit p {
    font-size: 18px;
    color: #666666;
}

.list1 li .tit span {
    font-size: 14px;
}

.list1 li .type_div {
    text-align: right;
}

.list1 li a {
    /* position: absolute;
    display: block; */
    display: inline-block;
    padding: 0 10px;
    height: 36px;
    line-height: 36px;
    background: transparent;
    transition: all 0.5s;
    text-align: center;
    font-size: 14px;
    color: #666666;
}

.list1 li a:last-child {
    right: 40px;
}

.list1 li a:hover {
    background: #0080fc;
    color: #fff;
}

.list1 li:hover {
    background: #fff;
}

.list2 table {
    width: 100%;
    border-top: 1px solid #dcdcdc;
    border-left: 1px solid #dcdcdc;
}

.list2 table tr {
    overflow: hidden;
    width: 100%;
    font-size: 16px;
}

.list2 table tr th {
    font-weight: normal;
    /* background: #0080fc; */
    color: #4a5970;
    font-size: 18px;
    line-height: 60px;
}

.list2 table tr th:nth-child(1),
.list2 table tr th:nth-child(3),
.list2 table tr th:nth-child(4) {
    width: 20%;
}

.list2 table tr th,
.list2 table tr td {
    border-right: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
    height: 60px;
    text-align: center;
}

.list2 table tr td {
    vertical-align: middle;
    color: #666666;
}

.pinfo-wrap {
    background: #f2f2f2;
}

.pinfo-wrap .pro-top {
    padding: 2% 0 0;
}

.pinfo-wrap .ptop {
    margin-top: 3%;
    padding-bottom: 5%;
}

.pinfo-wrap .ptop .left {
    width: 45%;
    margin-left: 5%;
}

.pinfo-wrap .ptop .left img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

.pinfo-wrap .ptop .right {
    width: 45%;
    margin-top: 5%;
}

.pinfo-wrap .ptop .right h1 {
    font-size: 30px;
    color: #333333;
    margin-bottom: 2%;
}

.pinfo-wrap .ptop .right p {
    font-size: 16px;
}

.pinfo-wrap .pinfo-basic {
    background-color: #fff;
    /* background: #fff url(../images/pro_14.png) no-repeat; */
    background-position: 1100px center;
    padding: 2% 0;
    font-size: 0;
    position: relative;
}

.pinfo-basic {}

.pinfo-basic .half.pic {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.pinfo-basic .half {
    display: inline-block;
    vertical-align: middle;
    width: 65%;
    display: block;
    margin: 0 auto;
}

.pinfo-basic .half img {
    width: 100%;
}

.pinfo-basic .basic {
    margin-bottom: 1%;
    /*width: 86%;
    margin-left: 2%;
    padding-left: 17%;*/
    box-sizing: border-box;
}

.pinfo-basic .ptitle {
    padding-left: 17%;
    box-sizing: border-box;
}

.ptitle {
    font-size: 30px;
    color: #056063;
    /* text-align: right; */
    margin-right: 3%;
}

.basic .pbtit {
    font-size: 18px;
    color: #333333;
}

.basic p {
    font-size: 16px;
    color: #666666;
}


/* .basic ul{
  list-style-type: disc;
  list-style: inherit;
}
.pro-wrap li{
  list-style: disc;
} */

.pinfo-clinical {
    background: #f4f4f4;
}

.pinfo-clinical .left {
    width: 50%;
}

.pinfo-clinical .left img {
    display: block;
    width: 100%;
}

.pinfo-clinical .right {
    width: 30%;
    padding: 0 10%;
    display: table;
}

.pinfo-clinical .right .label1 {
    text-align: left;
}

.pinfo-clinical .right .label1 .label2 {
    width: 100%;
}

.pinfo-clinical .right .clinical {
    width: 100%;
}

.clinical .ptitle {
    margin-bottom: 5%;
}

.clinical p {
    font-size: 16px;
    color: #666;
    line-height: 36px;
}

.pinfo-instrument {
    background: #fff;
    padding: 2% 0 3%;
}

.instrument li {
    float: left;
    width: 50%;
    text-align: center;
    font-size: 30px;
    color: #333333;
}

.instrument li img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    vertical-align: middle;
}

.pinfo-pro {
    padding: 2% 0 0;
    width: 76%;
    margin: 0 auto;
    position: relative;
}

.pinfo-pro p {
    font-size: 16px;
}

.pinfo-pro p img {
    width: 100%;
}

.pinfo-pro:after,
.pinfo-pro:before {
    position: absolute;
    content: "";
    background: #626262;
    display: none;
}

.pinfo-pro:after {
    width: 100%;
    top: 52%;
    height: 1px;
}

.pinfo-pro:before {
    width: 1px;
    height: 80%;
    left: 46%;
    top: 10%;
}

.pinfo-pro li {
    width: 50%;
    float: left;
    color: #333;
    font-size: 16px;
    min-height: 330px;
}

.pinfo-pro li h5 {
    font-size: 18px;
}

.pinfo-pro li p {
    width: 85%;
}


/*研发中心*/

.rdabout-wrap {
    margin-top: 2%;
    border-bottom: 1px solid #bfbfbf;
    padding-bottom: 5%;
    margin-bottom: 2%;
}

.rdabout-wrap .img {
    margin-bottom: 3%;
}

.rdabout-wrap .img img {
    display: block;
    width: 100%;
}

.rdabout-wrap .itit {
    margin-left: 0;
}

.rdabout-wrap .rd-about {
    font-size: 16px;
    color: #103760;
}

.rd-about p {
    text-indent: 2em;
}

.rdnew-wrap {
    border-bottom: none;
    margin-bottom: 0;
}

.rvideo-wrap {
    background: url(../images/rd_03.jpg) no-repeat;
    background-size: cover;
}

.rvideo {
    width: 60%;
    margin: 0 auto;
}

.rvideo .first {
    width: 100%;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    margin-bottom: 40px;
}

.rvideo .first img,
.rvideo-list li img {
    display: block;
    width: 100%;
    transition: all 0.5s;
}

.rvideo .first span,
.rvideo-list li span {
    display: block;
    position: absolute;
    background: url(../images/rd_ic01.png) no-repeat center;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 65px;
    height: 65px;
    transition: all 0.5s;
}

.rvideo .rvideo-tit {
    text-align: center;
    line-height: normal;
    color: #103760;
    padding: 3% 0 5%;
}

.rvideo-tit span {
    font-size: 36px;
    font-weight: lighter;
}

.rvideo-tit p {
    font-size: 30px;
}

.rvideo-list li {
    float: left;
    width: 37.2%;
    position: relative;
    margin-left: 9%;
    cursor: pointer;
}

.rvideo-list li:nth-child(even) {
    margin-top: 5%;
}

.rvideo-list li:hover img,
.rvideo .first:hover img {
    transform: scale(1.1, 1.1);
}

.outvideo {
    display: none;
    position: fixed;
    z-index: 9999;
    background-color: rgba(0, 0, 0, 0.6);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.outvideo .close {
    position: absolute;
    right: -65px;
    top: 0;
    background: url(../images/popup_close.jpg) no-repeat center center;
    width: 65px;
    height: 60px;
    cursor: pointer;
}

.outvideo .video {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 900px;
    height: 500px;
    margin: -250px 0 0 -450px;
    background-color: #000;
}

.outvideo .video video {
    width: 100%;
    height: 500px;
}


/*新闻中心*/

.news-wrap {
    padding: 3% 0;
}

.nfirst {
    background: url(../images/news_ic01.png) no-repeat right bottom;
}

.nfirst>a::after {
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
    clear: both;
}

.nfirst>a {
    margin-bottom: 135px;
    display: block;
}

.nfirst .left {
    width: 554px;
    margin-left: 80px;
}

.nfirst .left .line {
    background: url(../images/news_ic02.jpg) no-repeat right center;
    height: 83px;
}

.nfirst .left .nfinfo {
    width: 484px;
    height: 207px;
    padding: 35px 35px 20px;
    background: #f8f8f8;
    position: relative;
}

.nfirst .right {
    width: 560px;
}

.nfirst .right img {
    display: block;
    width: 100%;
}

.nfinfo h5 {
    font-size: 18px;
    color: #333;
    margin-bottom: 20px;
}

.nfinfo p {
    font-size: 16px;
    color: #666666;
    line-height: 24px;
    text-indent: 2em;
}

.nfinfo span.more {
    display: block;
    position: absolute;
    bottom: 20px;
    color: #0175c2;
    font-size: 14px;
}

.news-list li {
    overflow: hidden;
    margin-bottom: 30px;
    position: relative;
}

.news-list li:after {
    position: absolute;
    content: "";
    width: 82%;
    height: 1px;
    border-bottom: 1px solid #c9c9c9;
    right: 0;
    bottom: 0;
}

.news-list li .img {
    width: 360px;
    float: left;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.news-list li .img img {
    width: 100%;
    transition: all 0.5s;
    height: 230px;
}

.news-list li .content {
    width: 795px;
    float: right;
}

.news-list li .content .top .ntitle {
    color: #333333;
    font-size: 18px;
    line-height: 51px;
    float: left;
    width: 80%;
}

.news-list li .content .top .time-wrap {
    float: right;
    width: 146px;
    height: 74px;
    display: table;
    border: 2px solid #e0e0e0;
    transition: border-color .5s ease-out;
}

.news-list li .content .top .time-wrap .time {
    display: table-cell;
    width: 50%;
    height: 100%;
    text-align: center;
    vertical-align: middle;
}

.news-list li .content .top .time-wrap .time .day {
    display: block;
    font-size: 20px;
    line-height: normal;
    color: #666666;
}

.news-list li .content .top .time-wrap .time .year {
    font-size: 12px;
    color: #737373;
}

.news-list li .content .top .time-wrap .icon {
    height: 100%;
    background: #999999 url(../images/icon_right.png) no-repeat center center;
    transition: background-color .5s ease-out;
}

.news-list li .content .bottom {
    font-size: 16px;
    color: #666666;
    line-height: 30px;
    width: 75%;
    margin-top: 100px;
}

.news-list li .content .time.phone {
    font-size: 14px;
    color: #333;
    margin-top: 10px;
}

.news-list li:hover .img img {
    transform: scale(1.1, 1.1);
}

.news-list li:hover .content .top .time-wrap {
    border-color: #1b6db6;
}

.news-list li:hover .content .top .time-wrap .icon {
    background-color: #1b6db6;
}

.news-list li:hover .img span {
    transform: scale(0.9, 0.9);
}

.journal-wrap {
    padding: 2% 0;
    background: #f0f0f0;
}

.journal-top h5 {
    font-size: 36px;
    color: #333333;
    margin-left: 5%;
}

.journal-top .journal-year {
    text-align: right;
}

.journal-year a {
    display: inline-block;
    font-size: 18px;
    color: #999;
    margin-left: 15px;
    line-height: 72px;
}

.journal-year a:hover,
.journal-year a.on {
    font-size: 18px;
    color: #333333;
}

.journal-list .jour {
    margin-bottom: 2%;
}

.journal .year {
    font-size: 48px;
    color: #056063;
    line-height: normal;
    border-bottom: 7px solid #056063;
    text-align: right;
    margin-bottom: 3%;
}

.journal ul li {
    float: left;
    width: 23.45%;
    margin-right: 2%;
    background: #fff;
    padding: 2% 1.5%;
    box-sizing: border-box;
    line-height: normal;
    transition: all 0.5s;
    margin-bottom: 2%;
}

.journal ul li:nth-child(4n) {
    margin-right: 0;
}

.journal ul li h5 {
    font-size: 18px;
    color: #056063;
}

.journal ul li span {
    display: block;
}

.journal ul li .img {
    width: 100%;
    padding-bottom: 61.22%;
    margin-bottom: 4%;
    position: relative;
    overflow: hidden;
}

.journal ul li .img img {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    transition: all 0.5s;
}

.journal ul li p {
    font-size: 14px;
    color: #666666;
    text-indent: 2em;
    line-height: 24px;
}

.journal ul li span.date {
    margin: 2% 0 5%;
    font-size: 16px;
    color: #666666;
}

.journal ul li span.more {
    margin-top: 5%;
    font-size: 16px;
    color: #333333;
}

.journal ul li:hover {
    background: #056063;
}

.journal ul li:hover h5 {
    color: #fff;
}

.journal ul li:hover span.date {
    color: #cacaca;
}

.journal ul li:hover .img img {
    transform: scale(1.1, 1.1);
}

.journal ul li:hover p {
    color: rgba(255, 255, 255, 0.57);
}

.journal ul li:hover span.more {
    color: #ecebeb;
}

.ninfo-wrap {}

.ninfo-wrap .ninfo {
    background: #fafafa;
    padding: 3% 0;
}

.ninfo .ninfo-tit {
    width: 80%;
    margin: 0 auto;
    border-bottom: 1px solid #b5b5b5;
    padding-bottom: 20px;
    margin-bottom: 3%;
}

.ninfo-tit h1 {
    font-size: 24px;
    color: #333;
}

.ninfo-tit span {
    color: #999999;
    font-size: 16px;
}

.ninfo .detail {
    font-size: 16px !important;
    color: #666666;
    /* line-height: 24px; */
    line-height: 2 !important;
    width: 80%;
    margin: 0 auto;
}

.ninfo .detail p {
    text-indent: 2em;
}

.ninfo .detail img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    width: auto !important;
    height: auto !important;
}

.ninfo .turn {
    position: relative;
    width: 60%;
    margin: 5% auto 2%;
}

.ninfo .turn p a {
    display: block;
    color: #666666;
    font-size: 16px;
}

.ninfo .turn .back {
    display: block;
    margin: 30px auto 0;
    width: 180px;
    height: 50px;
    line-height: 50px;
    border-radius: 30px;
    background: #0080FC;
    color: #fff;
    text-align: center;
    font-size: 16px;
    transition: all 0.5s;
}


/*人才招聘*/

.ridea-wrap {
    padding: 3% 0;
    background: url(../images/recruit_02.png) no-repeat right bottom;
}

.ridea-wrap .ridea-top {
    text-align: right;
}

.ridea-top img {
    display: block;
    margin: 0 auto !important;
    max-width: 100%;
}

.ridea-wrap .ridea-bot {
    background: url(../images/recruit_03.png) no-repeat left -30px;
    width: 74%;
    margin: 0 auto;
}

.ridea-bot .box {
    margin-left: 12%;
}

.ridea-bot h5 {
    font-size: 36px;
    color: #103760;
    padding-bottom: 10px;
}

.ridea-bot li {
    margin-top: 1.5%;
    padding-bottom: 1.5%;
    border-bottom: 1px dashed #bfbfbf;
}

.ridea-bot li span {
    display: block;
    font-size: 18px;
    color: #666666;
    font-weight: bold;
}

.ridea-bot li p {
    font-size: 16px;
    color: #666666;
}

.jobs-wrap {
    padding: 1% 0;
}

.jobs-wrap li {
    position: relative;
    border: 1px solid #ccc;
    margin-bottom: 18px;
}

.jobs-wrap li .top {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.jobs-wrap li .tips {
    float: left;
    box-sizing: border-box;
    width: 86%;
    padding: 1.4% 4.6% 2.3%;
    border-right: 1px solid #ccc;
    font-size: 16px;
    line-height: 30px;
    color: #333;
}

.jobs-wrap li .tips h2 {
    font-size: 20px;
    line-height: 48px;
    color: #32a3dd;
}

.jobs-wrap li .tips h2 span {
    position: relative;
    display: inline-block;
    margin-left: 25px;
    padding-left: 23px;
    font-size: 14px;
    line-height: 48px;
    color: #666;
}

.jobs-wrap li .tips h2 span:before {
    content: "";
    before: "before";
    display: inline-block;
    position: absolute;
    left: 0;
    top: 50%;
    width: 1px;
    height: 15px;
    background-color: #d6d6d6;
    margin-top: -8px;
}

.jobs-wrap li .view {
    position: relative;
    float: right;
    width: 14%;
    padding-top: 1.4%;
    text-align: center;
    cursor: pointer;
}

.jobs-wrap li .view span {
    display: inline-block;
    padding-top: 48px;
    background: url(../images/bg_sign12.png) no-repeat center top;
    font-size: 16px;
    line-height: 1;
    color: #666;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.jobs-wrap li .view:after {
    opacity: 0;
    content: "";
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 70%;
    width: 0;
    height: 0;
    background: url(../images/close01.png) no-repeat center;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.jobs-wrap li .box {
    display: none;
    position: relative;
    padding: 2.2% 4% 5%;
    background-color: #f7f7f7;
    border-top: 1px solid #d0d0d0;
    font-size: 14px;
    line-height: 24px;
    color: #666;
}

.jobs-wrap li .box .detail {}

.jobs-wrap li .box h2 {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 32px;
    color: #333;
}

.jobs-wrap li .box a.mail {
    display: inline-block;
    padding: 0 60px;
    border-radius: 8px;
    background: #316db5;
    font-size: 16px;
    line-height: 44px;
    color: #fff;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    text-align: center;
    margin-top: 20px;
}

.jobs-wrap li.cur .top {
    background-color: #f7f7f7;
}

.jobs-wrap li.cur .view span {
    background-position: center 25%;
    color: #316db5;
    opacity: 0;
}

.jobs-wrap li.cur .view::after {
    width: 37px;
    height: 37px;
    margin: -16.5px 0 0 -16.5px;
    opacity: 1;
}


/*联系*/

.contact-wrap {
    background: url(../images/cont_01.png) no-repeat bottom right;
    /*background-size: 100%;*/
}

.cont-top {
    font-size: 0;
    text-align: center;
}

.cont-top li {
     float: left; 
    display: inline-block;
    padding-left: 77px;
    /* width: 20%; */
    width: 24.33%;
    height: 55px;
    box-sizing: border-box;
    padding-right: 20px;
    margin-bottom: 5%;
    line-height: normal;
}

.cont-top li span {
    font-size: 16px;
    color: #333333;
    display: block;
    margin-top: 8px;
    text-align: left;
}

.cont-top li p {
    font-size: 16px;
    color: #999999;
    text-align: left;
    word-wrap: break-word;
}

.cont-top li:first-child {
    background: url(../images/cont_ic01.png) no-repeat left center;
}

.cont-top li:nth-child(2) {
    background: url(../images/cont_ic02.png) no-repeat left center;
}

.cont-top li:nth-child(3) {
    background: url(../images/cont_ic03.png) no-repeat left center;
}

.cont-top li:nth-child(4) {
    background: url(../images/cont_ic04.png) no-repeat left center;
}

.cont-top li:nth-child(5) {
    background: url(../images/cont_ic05.png) no-repeat left center;
    margin-right: 0;
}

.cont-top li:nth-child(5) span {}

.cont-map {
    /*height: 787px;*/
    position: relative;
}

.cont-map img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: 100%;
}

.cont-map .map {
    height: 787px;
}

.cont-map .map-info {
    position: absolute;
    background: url(../images/cont_02.jpg) no-repeat center center;
    width: 354px;
    height: 399px;
    top: 160px;
    right: 14.5%;
    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35);
    text-align: center;
    font-size: 16px;
}

.map-info h5 {
    font-size: 16px;
    color: #666666;
    margin-top: 310px;
}

.map-info table {
    width: 90%;
    margin: 0 auto;
}

.map-info table tr td {
    vertical-align: top;
    line-height: normal;
    color: #666666;
}

.map-info table tr td:last-child {
    text-align: left;
}

.comp-list {
    border-bottom: 1px solid #bfbfbf;
    padding-bottom: 2%;
    margin-bottom: 1%;
}

.comp-list li {
    padding: 5%;
    box-sizing: border-box;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.06);
    background: #fff;
    margin: 10px auto;
    border-radius: 15px;
    width: 90%;
}

.comp-list li h5 {
    color: #333;
    font-size: 26px;
    border-bottom: 1px dashed #cccccc;
    margin-bottom: 10px;
}

.comp-list li p {
    font-size: 16px;
    color: #666666;
}

.comp-list .swiper-button-next,
.comp-list .swiper-button-prev {
    position: relative;
    width: 50%;
    height: 41px;
    top: 0;
    margin-top: 0;
    float: left;
    box-sizing: border-box;
    margin-top: 2%;
    z-index: 99;
    cursor: pointer;
}

.comp-list .swiper-button-prev {
    background: url(../images/comp_prev.png) no-repeat 95% 0;
    border-right: 1px solid #a0a0a0;
}

.comp-list .swiper-button-next {
    background: url(../images/comp_next.png) no-repeat 8% 0;
}

.cont-service .left {
    width: 650px;
    background: url(../images/cont_03.png) no-repeat center;
    height: 635px;
}

.cont-service .left .itemCon {
    margin-top: 60px;
    margin-left: 60px;
}

.cont-service .right {
    width: 500px;
    color: #103760;
    display: table;
    height: 635px;
}

.cont-service .right .label1 {
    text-align: left;
}

.cont-service .right h5,
.cont-service-phone h5 {
    font-size: 18px;
}

.cont-service .right .txt,
.cont-service-phone .txt {
    font-size: 16px;
}

.cont-service-phone li {
    width: 90%;
    margin: 0 auto;
}

.cont-service-phone .swiper-pagination {
    position: relative;
}


/*投资者关系*/

.invest-top {
    padding: 2% 0;
    background: url(../images/invest_01.png) no-repeat 98% center;
    margin-bottom: 5%;
}

.invest-top .gpdm {
    width: 75%;
    position: relative;
    margin-top: 3%;
    padding-left: 6%;
    box-sizing: border-box;
}

.invest-top .gpdm:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background: #a0a0a0;
    top: 50%;
    margin-top: -0.5px;
    left: 0;
}

.invest-top .gpdm p {
    margin-top: 10%;
}

.invest-top .color_green {
    color: #d81e06;
}

.itit a {
    display: block;
    float: right;
    font-size: 18px;
    color: #666666;
    line-height: 48px;
}

.itit a:hover {
    color: #0061ae
}

.invest-annouce {
    padding-bottom: 5%;
    border-bottom: 1px solid #a0a0a0;
    margin-bottom: 2%;
}

.invest-annouce .left {
    width: 47.35%;
}

.invest-annouce .left img {
    display: block;
    width: 100%;
}

.invest-annouce .right {
    display: table;
    width: 48.25%;
    margin-right: 1%;
}

.invest-annouce .right .label2 {
    text-align: left;
    width: 100%;
}

.invest-annouce .right li {
    overflow: hidden;
    border-bottom: 1px solid #cfcfcf;
    line-height: 70px;
}

.invest-annouce .right li p {
    float: left;
}

.invest-annouce .right li p,
.invest-annouce .right li span {
    font-size: 18px;
    color: #666;
}

.invest-annouce .right li span {
    display: inline-block;
    float: right;
}

.invest-annouce .right li:hover p {
    color: #0061ae
}

.invest-gushi {
    margin-bottom: 5%;
}

.gushi .con img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}

.fback {
    position: fixed;
    right: 0;
    bottom: 20px;
    background: url(../images/fback.png) no-repeat center;
    background-size: 92%;
    width: 50px;
    height: 50px;
    cursor: pointer;
}

.form_div {}

.form_div .title_p {
    font-size: 16px;
    color: #333;
    margin-bottom: 30px;
}

.form_div form {
    font-size: 0;
    padding-bottom: 30px;
}

.form_div form label {
    display: inline-block;
    width: 50%;
    font-size: 0;
    color: #333;
    margin-bottom: 16px;
    vertical-align: top;
}

.form_div form .label_r {
    text-align: right;
}

.form_div form .label_s {
    width: 100%;
}

.form_div form label i {
    font-size: 16px;
    color: red;
    display: inline-block;
    width: 20px;
    text-align: right;
    height: 34px;
    line-height: 34px;
    vertical-align: top;
}

.form_div form label span {
    display: inline-block;
    font-size: 16px;
    height: 34px;
    line-height: 34px;
    width: 80px;
    vertical-align: top;
}

.form_div form label input {
    font-size: 16px;
    height: 32px;
    border: 1px solid #ccc;
    padding: 0;
    width: calc(100% - 120px);
}

.form_div form .label_y input {
    width: calc(100% - 220px);
}

.form_div form label textarea {
    font-size: 16px;
    height: 70px;
    border: 1px solid #ccc;
    padding: 0;
    width: calc(100% - 102px);
}

.form_div form p {
    text-align: center;
}

.form_div form p input {
    font-size: 14px;
    height: 34px;
    width: 80px;
    background: #0061ae;
    color: #fff;
    border: none;
    margin: 10px 10px 0;
}

.form_div form p .reset_btn {
    background: #999;
}

#canvas {
    display: inline-block;
    border: 1px solid #ccc;
    cursor: pointer;
    vertical-align: top;
}

@keyframes index6 {
    0% {
        width: 0;
    }
    100% {
        width: 100%;
    }
}

@-webkit-keyframes index6 {
    0% {
        width: 0;
    }
    100% {
        width: 100%;
    }
}

@-moz-keyframes index6 {
    0% {
        width: 0;
    }
    100% {
        width: 100%;
    }
}

@-ms-keyframes index6 {
    0% {
        width: 0;
    }
    100% {
        width: 100%;
    }
}

@-o-keyframes index6 {
    0% {
        width: 0;
    }
    100% {
        width: 100%;
    }
}

.js-m {
    opacity: 0;
    -webkit-transform: translate(-30px, 0);
    -ms-transform: translate(-30px, 0);
    transform: translate(-30px, 0);
    -webkit-transition: all 1.2s ease-out;
    transition: all 1.2s ease-out;
}

.js-m.animate {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}

.delay1 {
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
}

.delay2 {
    -webkit-transition-delay: .2s;
    transition-delay: .2s;
}

.delay3 {
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
}

.delay4 {
    -webkit-transition-delay: .4s;
    transition-delay: .4s;
}

.delay5 {
    -webkit-transition-delay: .5s;
    transition-delay: .5s;
}

.delay6 {
    -webkit-transition-delay: .6s;
    transition-delay: .6s;
}

.delay7 {
    -webkit-transition-delay: .7s;
    transition-delay: .7s;
}

.delay8 {
    -webkit-transition-delay: .8s;
    transition-delay: .8s;
}

.delay9 {
    -webkit-transition-delay: .9s;
    transition-delay: .9s;
}

.delay10 {
    -webkit-transition-delay: 1s;
    transition-delay: 1s;
}

.pro-top-tit {
    width: 80%;
    margin: 0 auto;
    border-bottom: 1px solid #b5b5b5;
    padding-bottom: 20px;
    margin-bottom: 3%;
    zoom: 1;
}

.pro-top-tit:after {
    display: block;
    content: '';
    clear: both;
}

.pro-top-tit h1 {
    font-size: 24px;
    color: #333;
    float: left;
}

.pro-top-tit ul {
    float: left;
    zoom: 1;
    margin-top: 12px;
    margin-left: 100px;
}

.pro-top-tit ul:after {
    display: block;
    content: '';
    clear: both;
}

.pro-top-tit ul li {
    float: left;
    margin-right: 45px;
}

.pro-top-tit ul li a {
    font-size: 18px;
    /*font-weight: bold;*/
}

.pro-top-tit ul li a:hover {
    color: #056063;
}

.download_nav {
    width: 80%;
    margin: 0 auto;
}

.download_nav_list {
    width: 100%;
    box-sizing: border-box;
    background: url(../images/down2.png) no-repeat center bottom;
    background-size: 100%;
    /*padding: 0 120px;*/
    /*padding-bottom: 180px;*/
}

.download_nav_list h4 {
    font-size: 24px;
    color: #0061ae;
    font-weight: bold;
    margin-bottom: 20px;
}

.download_nav_list ul {
    zoom: 1;
}

.download_nav_list ul:after {
    display: block;
    content: '';
    clear: both;
}

.download_nav_list ul li {
    float: left;
    width: 18%;
    margin-bottom: 30px;
    margin-right: 2.5%;
}

.download_nav_list ul li:nth-child(5n) {
    margin-right: 0;
}

.download_nav_list ul li img {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: 307px;
    box-shadow: 2px 2px 2px #dddddd;
    position: relative;
    top: 0;
    transition-duration: 0.5s;
}

.download_nav_list ul li p {
    font-size: 16px;
    height: 56px;
    color: #fff;
    text-align: center;
}

.download_nav_list ul li img:hover {
    top: -10px;
    box-shadow: 0px 5px 10px 0px #838383;
}

.news_nav_list ul li {
    width: 23.5%;
    margin-right: 2%;
}

.news_nav_list ul li:nth-child(5n) {
    margin-right: 0;
}

.news_nav_list ul li:nth-child(4n) {
    margin-right: 0;
}

.news_nav_list ul li img {
    height: 406px;
}

@media only screen and (max-width: 1600px) {
    .pinfo-wrap .pinfo-basic {
        background-position: 900px center;
    }
    .header .navbox {
        width: 860px;
    }
    .navbox li {
        margin-right: 30px;
    }
    .about-wrap {
        width: 80%;
    }
    .about-wrap .en {
        font-size: 120px;
    }
    .pro-wrap .product {
        width: 84%;
    }
    .pinfo-pro li {
        height: 375px;
    }
    .ridea-wrap .ridea-bot {
        width: 88%;
    }
    .ridea-bot .box {
        width: 80%;
        margin-left: 10%;
    }
    .download_nav_list {
        /*padding: 0 80px;*/
        padding-bottom: 0;
    }
    .download_nav_list ul li p {
        font-size: 16px;
        height: 56px;
    }
    .download_nav_list ul li img {
        height: 256px;
    }
    .news_nav_list ul li img {
        height: 337px;
    }
}

@media only screen and (max-width: 1440px) {
    .pinfo-wrap .pinfo-basic {
        background-position: 800px center;
    }
    .header .navbox {
        width: 860px;
    }
    .navbox li {
        margin-right: 20px;
    }
    .itit {
        font-size: 34px;
    }
    .about-wrap .left {
        width: 47%;
    }
    .about-wrap .right {
        margin-left: 2%;
        margin-top: 1%;
    }
    .about-wrap .en {
        font-size: 100px;
    }
    .product li .img {
        margin-right: 4%;
        width: 22.85%;
    }
    .product li .right {
        width: 73%;
    }
    .pro-sort a {
        font-size: 16px;
        vertical-align: top;
    }
    .pro-wrap .pro-top {
        width: 88.3%;
    }
    .pro-top .plist {
        width: 90%;
    }
    .pinfo-wrap .ptop .right h1 {
        font-size: 24px;
    }
    .ptitle,
    .instrument li {
        font-size: 26px;
    }
    .ridea-wrap .ridea-bot {
        width: 98%;
    }
    .invest-top .gpdm {
        width: 70%;
    }
    .company-list li .right {
        margin-top: 0;
    }
    /*.res-tit{
		height: 150px;
	}
	.res-tit strong{
		font-size: 110px;
	}*/
    .company-list {
        width: 88%;
    }
    .download_nav_list {
        /*padding: 0 80px;*/
        padding-bottom: 0;
    }
    .download_nav_list ul li p {
        font-size: 16px;
        height: 56px;
    }
    .download_nav_list ul li img {
        height: 244px;
    }
    .news_nav_list ul li img {
        height: 321px;
    }
}

@media only screen and (max-width: 1366px) {
    .pinfo-wrap .pinfo-basic {
        background-position: 700px center;
    }
    .header .navbox {
        width: 850px;
    }
    .navbox li {
        margin-right: 20px;
        font-size: 16px;
    }
    .header .logo {
        top: 26px;
        width: 180px;
    }
    .header .logo img {
        width: 100%;
    }
    .download_nav_list {
        /*padding: 0 80px;*/
        padding-bottom: 0;
    }
    .download_nav_list ul li p {
        font-size: 14px;
        height: 56px;
    }
    .download_nav_list ul li img {
        height: 231px;
    }
    .news_nav_list ul li img {
        height: 305px;
    }
}

@media only screen and (max-width: 1280px) {
    .header .logo {
        left: 10px;
    }
    .header .right a.lan {
        margin: 0 20px;
    }
    .header .right span.hsearch {
        width: 52px;
    }
    .form_div form label {
        width: 100%;
    }
    .form_div form .label_r {
        text-align: left;
    }
    .form_div form label textarea {
        width: calc(100% - 120px);
    }
    /*.download_nav_list ul li{
    	width: 20.5%;
    	margin-right: 6%;
    }*/
    .download_nav_list {
        padding-bottom: 0;
    }
    .download_nav_list ul li p {
        height: 56px;
    }
    .download_nav_list ul li img {
        height: 216px;
    }
    .news_nav_list ul li img {
        height: 285px;
    }
}

.pinfo-pro table {
    width: 100%;
}

@media only screen and (max-width:1024px) {
    .pinfo-wrap .pinfo-basic {
        background: #fff;
    }
    .pinfo-clinical .right .label1 {
        display: block;
    }
    .pinfo-clinical .right {
        width: 100%;
        padding: 0 2%;
        box-sizing: border-box;
    }
    .pinfo-basic .ptitle,
    .pinfo-basic .basic {
        padding: 0;
    }
    .pinfo-basic .half {
        width: 100%;
        padding: 0 2%;
    }
    .pinfo-basic .half.pic {
        display: none;
    }
    .mod_div {}
    .pc {
        display: none;
    }
    .phone {
        display: block;
    }
    .phone {
        display: hidephone;
    }
    .w1200,
    .w1600,
    .navigation .box,
    .about-wrap,
    .about-bot {
        width: 96%;
    }
    .header {
        height: 60px;
        /*position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		background: #fff;
		z-index: 99;
		box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.08);*/
    }
    .header .logo {
        left: 10px;
        top: 10px;
    }
    .header .logo img {
        height: 40px;
    }
    .itit {
        font-size: 32px;
    }
    .ivideo-wrap {
        margin-top: 3%;
        padding-bottom: 5%;
    }
    .ivideo-wrap .left,
    .ivideo-wrap .right,
    .ivideo-wrap .right .img {
        width: 100%;
    }
    .ivideo-wrap .right {
        margin-right: 0;
        margin-top: 8%;
        margin-bottom: 3%;
    }
    .iproduct-wrap .bg .tips {
        left: 2%;
        margin-left: 0;
    }
    .iproduct-wrap .bg .tips h5 {
        font-size: 30px;
    }
    .iproduct-wrap .bg .tips p {
        font-size: 20px;
    }
    .iproduct-wrap .bg .tips p.en {
        font-size: 16px;
    }
    .inews-wrap {
        margin-top: 5%;
    }
    .inews-wrap .inmore,
    .imore {
        position: relative;
        margin: 3% auto 0;
        width: 200px;
        font-size: 16px;
    }
    .foot_servie {
        padding-top: 3%;
        margin: 2% 0;
    }
    .ftop .right {
        width: 100%;
    }
    .ftop .right li {
        float: left;
        width: 50%;
    }
    .sbanner {
        margin-top: 60px;
    }
    .navigation .box {
        box-sizing: border-box;
        height: auto;
    }
    .about-wrap .left,
    .about-wrap .right {
        width: 100%;
    }
    .about-wrap .right {
        margin-top: 5%;
    }
    .about-wrap .en {
        font-size: 60px;
    }
    .about-history {
        height: auto;
        padding: 10% 0;
    }
    .about-culture .culture {
        width: 100%;
    }
    .culture li {
        width: 50%;
    }
    .culture li .img p {
        opacity: 1;
    }
    .about-society li {
        width: 48%;
        margin-left: 0;
        line-height: normal;
    }
    .about-society li:nth-child(2n) {
        float: right;
    }
    .soc-info h5 {
        margin-bottom: 10px;
        font-size: 18px;
        height: 64px;
        overflow: hidden;
    }
    .about-society li .soc-info {
        padding: 4%;
        font-size: 16px;
    }
    .pro-wrap .w1600 {
        width: 100%;
    }
    .pro-wrap .product {
        width: 96%;
    }
    .pro-type {
        margin-bottom: 3%;
        text-align: left;
    }
    .pro-type li {
        float: left;
        width: 33.3%;
        margin-left: 0;
        text-align: center;
        margin-bottom: 1%;
    }
    .ptitle {
        text-align: left;
        margin-right: 0;
        margin-left: 2%;
    }
    .pinfo-wrap .ptop .right {
        margin-top: 2%;
    }
    .pinfo-wrap .ptop .right h1,
    .ptitle,
    .instrument li {
        font-size: 22px;
    }
    .pinfo-pro {
        width: 96%;
    }
    .pinfo-pro:after,
    .pinfo-pro:before {
        display: none;
    }
    .pinfo-pro li {
        width: 100%;
        min-height: initial;
        margin-bottom: 2%;
        height: auto;
        border-bottom: 1px dashed #ccc;
        padding-bottom: 2%;
    }
    .pinfo-pro li:last-child {
        border-bottom: none;
    }
    .pinfo-pro li p {
        width: 95%;
    }
    .rvideo-wrap {
        background-position: left top;
    }
    .rvideo {
        width: 88%;
        margin-top: 0;
        padding-top: 5%;
    }
    .nfirst {
        margin-bottom: 5%;
    }
    .nfirst .left,
    .nfirst .right,
    .news-list li .img,
    .news-list li .content,
    .news-list li .content .top .ntitle,
    .news-list li .content .bottom {
        width: 100%;
    }
    .news-list li .content .top .ntitle {
        margin: 10px 0;
        line-height: normal;
    }
    .nfirst .left {
        margin-left: 0;
    }
    .nfirst .left .nfinfo {
        padding: 5%;
        width: 90%;
        height: auto;
        min-height: 200px;
    }
    .news-list li {
        padding-bottom: 3%;
    }
    .news-list li:after {
        width: 100%;
        border-bottom-style: dashed;
    }
    .news-list li .img img {
        height: auto;
    }
    .news-list li .content .top .time-wrap {
        display: none;
    }
    .news-list li .content .bottom {
        margin-top: 2%;
    }
    .jobs-wrap li .tips {
        width: 80%;
        font-size: 12px;
        line-height: 2;
    }
    .jobs-wrap li .tips h2 span {
        display: none;
    }
    .jobs-wrap li .tips td {
        float: left;
        width: 50%;
    }
    .jobs-wrap li .view {
        padding-top: 5%;
        width: 20%;
    }
    .jobs-wrap li .view span {
        font-size: 14px;
    }
    .jobs-wrap li .box a.mail {
        position: relative;
        left: 0;
        right: auto;
        margin-top: 5%;
    }
    .jobs-wrap li.cur .top {
        background-color: #f7f7f7;
    }
    .jobs-wrap li.cur .view span {
        opacity: 0;
    }
    .jobs-wrap li.cur .view::after {
        width: 37px;
        height: 37px;
        margin: -16.5px 0 0 -16.5px;
        opacity: 1;
    }
    .cont-map .map,
    .cont-map {
        height: 300px;
    }
    .comp-list .swiper-button-next,
    .comp-list .swiper-button-prev {
        height: 32px;
        background-size: 32px;
    }
    .ridea-wrap .ridea-bot {
        background: none;
    }
    .ridea-bot .box {
        width: 100%;
        margin-left: 0;
    }
    .ridea-bot h5 {
        font-size: 24px;
        line-height: normal;
        margin-top: 2%;
    }
    .outvideo .video {
        width: 96%;
        height: auto;
        margin-left: 0;
        margin-top: 0;
        transform: translate(-50%, -50%);
    }
    .outvideo .video video {
        height: auto;
    }
    .outvideo .close {
        top: -65px;
        right: 0;
    }
    .journal-top h5,
    .journal .year {
        font-size: 32px;
    }
    .invest-top {
        background: none;
    }
    .invest-top .gpdm {
        width: 100%;
    }
    .invest-annouce {
        border-bottom: none;
        padding-bottom: 0
    }
    .invest-annouce .right {
        width: 100%;
    }
    .navigation {
        line-height: 24px;
        padding: 15px 0;
        height: auto;
    }
    .navigation .box {
        background-position: left 3px;
    }
    .download_nav_list ul li {
        width: 18%;
        margin-right: 2.5%;
    }
    .news_nav_list ul li {
        width: 23.5%;
        margin-right: 2%;
    }
    .download_nav_list {
        padding-bottom: 0;
    }
    .download_nav_list ul li p {
        height: 56px;
    }
    .download_nav_list ul li img {
        height: 195.5px;
    }
    .news_nav_list ul li img {
        height: 258px;
    }
}

@media only screen and (max-width: 768px) {
    .product li .img {
        display: none;
    }
    .ipro-sort-phone li p.en {
        height: 42px;
    }
    .product li .right {
        width: 100%;
        margin-top: 0;
    }
    .product li .right .pro-sort {
        margin-left: 0;
    }
    .pro-sort a {
        width: 24%;
    }
    .product li.sh .right .pro-sort a {
        width: 32%;
    }
    .list2 table tr {}
    .pinfo-wrap .ptop .right h1,
    .ptitle,
    .instrument li {
        font-size: 20px;
    }
    .pinfo-wrap .ptop {
        margin: 0 2%;
    }
    .pinfo-wrap .ptop .left {
        width: 100%;
        margin-left: 0;
    }
    .pinfo-wrap .ptop .right {
        width: 100%;
        margin-right: 0;
    }
    .pinfo-wrap .ptop .right h1 {
        margin-bottom: 0;
    }
    .pinfo-wrap .pinfo-basic {
        background-image: none;
    }
    .pinfo-basic .basic {
        width: 96%;
    }
    .pinfo-clinical {
        padding: 2% 0;
    }
    .pinfo-clinical .right {
        width: 90%;
        padding: 0 5%;
    }
    .clinical .ptitle {
        margin-bottom: 1%;
    }
    .journal ul li {
        width: 49%;
        margin-right: 0;
    }
    .journal ul li:nth-child(2n) {
        float: right;
    }
    .ninfo-wrap {
        background: #FAFAFA;
    }
    .ninfo .ninfo-tit {
        width: 90%;
    }
    .ninfo .detail {
        width: 96%;
    }
    .ninfo .turn {
        width: 100%;
    }
    .comp-list li {
        width: 95%;
    }
    .comp-list li h5 {
        font-size: 20px;
        line-height: normal;
        padding-bottom: 10px;
    }
    .comp-list .swiper-button-prev {
        background-position: 90% 0;
    }
    .comp-list .swiper-button-next {
        background-position: 16% 0;
    }
    .cont-top li {
        width: 50%;
    }
    .plist .top li {
        width: auto;
        padding: 10px 15px;
    }
    .journal-top h5,
    .journal .year {
        font-size: 26px;
    }
    .journal-top h5,
    .journal-year a {
        margin-left: 0;
    }
    .journal-top .journal-year,
    .journal-top h5 {
        float: none;
    }
    .journal-top .journal-year,
    .journal .year {
        text-align: left;
    }
    .journal-year a {
        line-height: 36px;
        margin-right: 10px;
    }
    .ninfo-tit h1 {
        font-size: 20px;
    }
    .download_nav_list ul li {
        width: 22%;
        margin-right: 4%;
        margin-bottom: 20px;
    }
    .download_nav_list ul li:nth-child(5n) {
        margin-right: 4%;
    }
    .download_nav_list ul li:nth-child(4n) {
        margin-right: 0;
    }
    .download_nav_list ul li p {
        height: 56px;
    }
    .download_nav_list {
        padding-bottom: 0;
    }
    .download_nav_list ul li img {
        height: 178px;
    }
    .news_nav_list ul li img {
        height: 180px;
    }
}

@media only screen and (max-width: 640px) {
    .itit {
        font-size: 24px;
    }
    .pro-sort a {
        width: 32%;
        font-size: 16px;
    }
    .product li.sh .right .pro-sort a {
        width: 48%;
    }
    .rvideo {
        width: 96%;
    }
    .download_nav_list ul li {
        width: 30%;
        margin-right: 5%;
        margin-bottom: 20px;
    }
    .download_nav_list ul li:nth-child(5n) {
        margin-right: 5%;
    }
    .download_nav_list ul li:nth-child(4n) {
        margin-right: 5%;
    }
    .download_nav_list ul li:nth-child(3n) {
        margin-right: 0;
    }
    .download_nav_list ul li p {
        height: 56px;
    }
    .download_nav_list ul li img {
        height: 201px;
    }
    .news_nav_list ul li img {
        height: 203px;
    }
}

@media only screen and (max-width: 480px) {
    .itit {
        font-size: 20px;
    }
    .ipro-sort-phone li p {
        font-size: 22px;
        height: 26px;
    }
    .ipro-sort-phone li p.en {
        font-size: 18px;
    }
    .inews-sort {
        position: relative;
        overflow: hidden;
        width: 100%;
        top: 0;
        margin-bottom: 3%;
    }
    .inews-sort a {
        width: 25%;
        box-sizing: border-box;
        font-size: 16px;
    }
    .gpdm,
    .ft_tel {
        width: 100%;
        float: left;
    }
    .ft_tel {
        margin-top: 3%;
    }
    .ft_tel span {
        margin-bottom: 0;
    }
    .pinfo-wrap .ptop .right h1,
    .ptitle,
    .instrument li {
        font-size: 18px;
    }
    .plist .top {
        height: auto;
        line-height: 30px;
        text-align: initial;
        padding: 0 1%;
        box-sizing: border-box;
    }
    .list1 li .label1 .label2 {
        display: block;
    }
    .plist .top li {
        margin-top: 10px;
        height: auto;
        width: 31.3%;
        box-sizing: border-box;
    }
    .list1 li a {
        position: relative;
        margin-top: 0;
        color: #333;
        right: initial;
    }
    .list1 li a:last-child {
        right: initial;
        float: right;
    }
    .journal-top h5,
    .journal .year {
        font-size: 24px;
    }
    .pro-top-tit ul {
        margin-left: 0;
    }
    .download_nav {
        width: 90%;
    }
    .download_nav_list ul li {
        width: 30%;
        margin-right: 5%;
        margin-bottom: 20px;
    }
    .download_nav_list ul li:nth-child(5n) {
        margin-right: 5%;
    }
    /*.download_nav_list ul li:nth-child(2n){
    	margin-right: 0;
    }*/
    .download_nav_list ul li p {
        height: 56px;
    }
    .download_nav_list ul li img {
        height: 168px;
    }
    .news_nav_list ul li img {
        height: 170px;
    }
}

@media only screen and (max-width: 414px) {
    .ipro-sort-phone li p {
        font-size: 20px;
    }
    .ipro-sort-phone li p.en {
        font-size: 16px;
    }
    .pro-sort a {
        width: 48%;
    }
    .rvideo-list li {
        width: 100%;
        margin-left: 0;
        margin-top: 5%;
    }
    .ninfo-tit h1 {
        font-size: 20px;
    }
    .ninfo .turn .back {
        position: relative;
        margin: 2% auto;
        width: 220px;
        height: 40px;
        line-height: 40px;
    }
    .comp-list .swiper-button-next {
        background-position: 25% 0;
    }
    .cont-top li {
        width: 100%;
    }
    .instrument li {
        font-size: 14px;
    }
    .journal-top h5,
    .journal .year {
        font-size: 20px;
    }
    .journal ul li {
        width: 100%;
    }
    .product li.sh .right .pro-sort a {
        width: 100%;
    }
    .pro-top-tit h1 {
        width: 100%;
    }
    .pro-top-tit ul {
        margin-left: 0;
        margin-right: 10px;
    }
    .download_nav ul li span:nth-child(1) img {
        display: none;
    }
    .download_nav {
        width: 90%;
    }
    .download_nav_list ul li {
        width: 30%;
        margin-right: 5%;
        margin-bottom: 20px;
    }
    .download_nav_list ul li:nth-child(5n) {
        margin-right: 5%;
    }
    /*.download_nav_list ul li:nth-child(2n){
    	margin-right: 0;
    }*/
    .download_nav_list ul li p {
        height: 84px;
    }
    .download_nav_list ul li img {
        height: 136px;
    }
    .news_nav_list ul li img {
        height: 146px;
    }
}

.list-box li {
    position: relative;
}

.list-box li .detail {
    height: 100%;
}

.list-box li .detail p {
    height: 100px;
}

.list-box li .box-con {
    height: 176px;
    width: 100%;
    position: absolute;
    /* bottom: 256px; */
    padding-left: 32px;
    width: 240px;
    left: 30px;
    min-height: 176px;
    overflow: hidden;
}

.list-box li .box-con:nth-of-type(odd) {
    bottom: 295px;
    background: url(../images/bg_line02.png) no-repeat left top;
}

.list-box li .box-con:nth-of-type(even) {
    background: url(../images/bg_line03.png) no-repeat left -79px;
    bottom: 118px;
}

.list-box li .box-con:nth-child(2) {
    left: 115px;
}

.list-box li .box-con:nth-child(3) {
    left: 360px;
}

.list-box li .box-con:nth-child(4) {
    left: 445px;
}

.list-box li .box-con:nth-child(5) {
    left: 690px;
}

.list-box li .box-con:nth-child(6) {
    left: 770px;
}

.list-box .mCSB_scrollTools {
    left: auto;
    right: -6px;
}

.list-box .mCSB_dragger_bar {
    opacity: 0.4;
}

.list-box .mCSB_inside>.mCSB_container {
    margin-right: 15px;
}

.cover {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    display: none;
}

.cover .box {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50%;
    height: 60%;
    transform: translate(-50%, -50%);
}

.cover .swiper-container {
    width: 100%;
    height: 100%;
}

.cover .swiper-slide {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.cover .swiper-slide p {
    position: absolute;
    padding: 10px 5%;
    box-sizing: border-box;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
    font-size: 16px;
}

.cover .cha {
    position: absolute;
    top: -10px;
    right: -10px;
    transform: translate(100%, -100%);
    background-color: #333;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    cursor: pointer;
}

.cover .cha img {
    width: 35px;
}

html {
    font-size: 100px;
}

@media screen and (max-width: 1600px) {
    html {
        font-size: 90px;
    }
}

@media screen and (max-width: 1400px) {
    html {
        font-size: 80px;
    }
}

@media screen and (max-width: 1200px) {
    html {
        font-size: 70px;
    }
}

.cover .jobox {
    width: 7rem;
    height: 4rem;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.cover .jobox .ti {
    font-size: 0.3rem;
    color: #333;
    margin-top: 0.6rem;
    margin-bottom: 0.4rem;
}

.cover .jobox .cha {
    position: absolute;
    top: -0.4rem;
    right: -0.4rem;
    width: 30px;
    height: auto;
    cursor: pointer;
    background-color: transparent;
    bottom: auto;
    left: auto;
    transform: none;
}

.cover .jobox .input {
    position: relative;
    width: 4.5rem;
    height: 0.6rem;
    line-height: 0.6rem;
    border: 1px solid #dedede;
    font-size: 16px;
    color: #999;
    text-align: left;
    margin: 0 auto;
    cursor: pointer;
}

.cover .jobox .input img {
    margin: 0 0.3rem;
}

.re-tip {
    width: 4.5rem;
    margin: 0.1rem auto;
    font-size: 14px;
    color: #999;
    text-align: left;
}

.cover .jobox .sub {
    border: none;
    height: 0.5rem;
    line-height: 0.5rem;
    margin-top: 0.2rem;
    cursor: pointer;
    background-color: #056063;
    font-size: 14px;
    color: #fff;
    text-align: center;
    width: 1.6rem;
    height: 0.45rem;
    line-height: 0.43rem;
}

.cover #js-files-show {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9;
}

.cover .btn-del::after {
    content: "删除";
    font-size: 0.16rem;
}

.cover #js-files-show a {
    display: block;
    width: 100%;
    border: none;
    overflow: hidden;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.cover .controls {
    /* position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0; */
}

.cover .img-list {
    width: 100%;
    background: #fff;
    padding: 0 0.14rem;
    box-sizing: border-box;
}

.cover .img-list-action {
    position: absolute;
    top: 0;
    right: -0.7rem;
    /* background: #fff; */
}

.cover .jobox .input img {
    max-height: 50px;
}

.style {
    margin-top: 60px;
    margin-bottom: 100px;
}

.style .swiper-slide {
    overflow: hidden;
}

.style .swiper-slide .img {
    padding-top: 64%;
    transition: 0.5s;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.style .swiper-slide:hover .img {
    transform: scale(1.1);
}

@media screen and (max-width: 750px) {
    .cover .jobox {
        width: 90%;
    }
    .style .swiper-slide {
        padding-top: 63%;
    }
    .cover .jobox .cha {
        right: 0;
        top: -40px;
    }
    .style {
        margin-top: 40px;
        margin-bottom: 60px;
    }
}

.pro-top-tit {}

.pro-top-tit.act {
    position: fixed;
    top: 90px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #f2f2f2;
    z-index: 9;
}

.download_nav.act {
    margin-top: 70px;
}

.window {
    position: fixed;
    /* bottom: 3%;
  right: 3%; */
    top: 0;
    left: 0;
    width: 250px;
    height: 150px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    /* transition: 0.3s; */
    z-index: 99999999999999999999999;
}

.window.act {
    transform: scale(0);
    opacity: 0;
}

.window .center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    line-height: 1.5;
}

.window .center .ti {
    font-size: 18px;
    color: #fff;
    margin-bottom: 10px;
    text-align: center;
}

.window .center .de {
    font-size: 16px;
    color: #efefef;
}

.window .cha {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 20px;
    cursor: pointer;
}